home *** CD-ROM | disk | FTP | other *** search
/ 3D Images / 3D Images.iso / programs / amiga / icoons / source / rotate_g.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-12  |  172 b   |  9 lines

  1. #ifndef ROTATE_G_H
  2. #define ROTATE_G_H
  3.  
  4. void Handle_Rotate_Group_Angle(void);
  5. void Handle_Rotate_Group_Angle_Value(void);
  6. void Handle_Rotate_Group_Axis(short Axis);
  7.  
  8. #endif
  9.